home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pcw302_3.arc / MSYSMICE.MSC < prev    next >
Text File  |  1991-02-21  |  3KB  |  133 lines

  1. ;PC-Write Popup Menu
  2. Sensitivity (4,6)
  3. Hysteresis (2,2)
  4. ReverseVideo (Yes)
  5. FixedMenu (No)
  6. EnableBeep (No)
  7. ExitMenu ("Exit This Menu")
  8. ArrowKeys: Cursor
  9. (
  10. Left ([Left])
  11. Right ([Right])
  12. Up ([Up])
  13. Down ([Down])
  14. )
  15. LBM: Button(Menu(Mark))
  16. LBP: Button(Menu(Page))
  17. MBE: Button(Menu(Edit))
  18. MBF: Button(Menu(File))
  19. RBJ: Button(Menu(Jump))
  20. RBS: Button(Menu(Search))
  21. Mark: Menu
  22. (
  23. Title("MARK")
  24. Item ("(To Page Menu)", Menu(Page), Button(LBP))
  25. Item ()
  26. Item ("Clear Marks", Keys([F5]))
  27. Item ()
  28. Item ("Mark", Keys([F6]))
  29. Item ("Delete", Keys([F4]))
  30. Item ("Move  ", Keys([F6] [F5]))
  31. Item ("Copy  ", Keys([F3] [F5]))
  32. Item ()
  33. Item ("Mark All", Keys([c-F5]))
  34. Item ("Copy to File", Keys([c-F6]))
  35. Item ("Un-Delete", Keys([c-F4] [F5]))
  36. Item ()
  37. )
  38. Page: Menu
  39. (
  40. Title("PAGE")
  41. Item ("(To Mark Menu)", Menu(Mark), Button(LBM))
  42. Item ()
  43. Item ("Left  Margin", Keys([c-[]))
  44. Item ("Right Margin", Keys([c-]]))
  45. Item ()
  46. Item ("Ruler Line", Keys([F2]))
  47. Item ("Load Ruler", Keys([F2] [F6]))
  48. Item ()
  49. Item ("Break Pages", Keys([a-F7]))
  50. Item ("Location?  ", Keys([a-F9]))
  51. Item ()
  52. )
  53. Edit: Menu
  54. (
  55. Title("EDIT")
  56. Item ("(To File Menu)", Menu(File), Button(MBF))
  57. Item ()
  58. Item ("Push/Overwr", Keys([c-V]))
  59. Item ("Reformat   ", Keys([F7]))
  60. Item ("Wrap+/-,Para+", Keys([s-F7]))
  61. Item ("Upper/Lower", Keys([F8]))
  62. Item ("UPPER ONLY ", Keys([a-F8]))
  63. Item ("Center Line", Keys([s-F8]))
  64. Item ()
  65. Item ("Del Word <-", Keys([F4] [c-left] [F4]))
  66. Item ("Del Word ->", Keys([F4] [c-right] [F4]))
  67. Item ("Del Line End", Keys([F4] [end] [F4]))
  68. Item ("Del All Line", Keys([c-Y]))
  69. Item ()
  70. )
  71. File: Menu
  72. (
  73. Title("FILE")
  74. Item ("(To Edit Menu)", Menu(Edit),Button(MBE))
  75. Item ()
  76. Item ("Save", Keys([F1] [F3]))
  77. Item ("Save&Exit ", Keys([F1] [F2]))
  78. Item ("Save&Shell", Keys([F1] [F4]))
  79. Item ()
  80. Item ("Cancel&Exit ", Keys([F1] [F9] [F2]))
  81. Item ("Cancel&Shell", Keys([F1] [F9] [F4]))
  82. Item ()
  83. Item ("Rename File ", Keys([F1] [F5]))
  84. Item ("Switch Files", Keys([F1] [F6]))
  85. Item ("Insert File ", Keys([c-F3]))
  86. Item ()
  87. )
  88. Jump: Menu
  89. (
  90. Title("JUMP")
  91. Item ("(To Search Menu)", Menu(Search), Button(RBS))
  92. Item ()
  93. Item ("Beginning", Keys([a-=]))
  94. Item ("End of Text", Keys([a--]))
  95. Item ()
  96. Item ("Screen Back ", Keys([c-C]))
  97. Item ("Screen Ahead", Keys([c-R]))
  98. Item ()
  99. Item ("Paragr Back ", Keys([c-PgUp]))
  100. Item ("Paragr Ahead", Keys([c-PgDn]))
  101. Item ("Page Back ", Keys([F9] [a-T] [Enter] [Minus]))
  102. Item ("Page Ahead", Keys([F9] [a-T] [Enter] [Plus]))
  103. Item ()
  104. Item ("Set  Marker", Keys([c-home]))
  105. Item ("GoTo Marker", Keys([c-end]))
  106. Item ()
  107. )
  108. Search: Menu
  109. (
  110. Title("SEARCH")
  111. Item ("(To Jump Menu)", Menu(Jump), Button(RBJ))
  112. Item ()
  113. Item ("Set Find   ", Keys([F9]))
  114. Item ("Set Replace", Keys([F9][F10]))
  115. Item ()
  116. Item ("From Start", Keys([a-=]))
  117. Item ("From End  ", Keys([a--]))
  118. Item ()
  119. Item ("Search Back ", Keys([Minus]))
  120. Item ("Search Ahead", Keys([Plus]))
  121. Item ()
  122. Item ("Replace Once", Keys([F10]))
  123. Item ("Replace All ", Keys([a-F10] [F9]))
  124. Item ()
  125. )
  126. Mouse
  127. (
  128. Left   (LBM)
  129. Middle (MBF)
  130. Right  (RBJ)
  131. Cursor (ArrowKeys)
  132. )
  133.